Welcome![Sign In][Sign Up]
Location:
Search - huffman coding

Search list

[Mathimatics-Numerical algorithmsHuffman

Description: 哈夫曼编码和解码系统,并可对文件进行编码-Huffman coding and decoding system, the documents can be encoded
Platform: | Size: 6144 | Author: 哈哈哈 | Hits:

[Compress-Decompress algrithmshuffman编码

Description: huffman编码 hao a -Huffman coding a hao
Platform: | Size: 4096 | Author: 塘鱼 | Hits:

[Documentshuffman编码实现

Description: huffman编码实现-Huffman Coding
Platform: | Size: 109568 | Author: shiningstar | Hits:

[Data structsHuffmanCoding

Description: 数据结构的java实现-Data Structure written in Java for Huffman Coding Algorithm.
Platform: | Size: 3072 | Author: 肖晖 | Hits:

[Algorithm实验一 Huffman编码源码

Description: Huffman编码1. 给出信源符号的一阶概率分布,并计算信源符号熵和单字符Huffman码表。2. 计算每信源的平均字长,并与信源符号熵比较。3. 比较压缩效果。-Huffman coding 1. Source symbols are given first-order probability distribution, and calculate the entropy source and single-character symbols Huffman code table. 2. Calculated the average per source word length, and entropy source comparison symbols. 3. Comparison of the effect of compression.
Platform: | Size: 44032 | Author: | Hits:

[Compress-Decompress algrithmsHuffman1

Description: 本程序提供了哈夫曼编码的压缩和解压缩函数,并实现了图象文件的压缩和解压缩-the procedures provided Huffman coding compression functions, and to achieve the image file compression
Platform: | Size: 21504 | Author: 徐亮 | Hits:

[Data structs实习5.2

Description: 哈夫曼编码,实现了哈夫曼编码中的编码,译码,以及打印的功能.-Huffman coding, achieving Huffman coding of encoding, decoding, and printing functions.
Platform: | Size: 3072 | Author: 林一枝 | Hits:

[CSharphuffman解压缩

Description: 运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
Platform: | Size: 3072 | Author: 陈帅 | Hits:

[matlabHOFFMAN

Description: 霍夫曼coding程序,用此程序可以对任意图像进行霍夫曼编码。-Huffman coding procedures, this procedure can be used for any image Huffman coding.
Platform: | Size: 5120 | Author: 许成哲 | Hits:

[CSharp文本压缩

Description: 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
Platform: | Size: 117760 | Author: 朱金晨 | Hits:

[Compress-Decompress algrithmsHuffman哈夫曼(霍夫曼)

Description: 实现了Huffman编码的过程。执行环境为 TC 3.0。-realized Huffman coding process. The environment for the implementation of TC 3.0.
Platform: | Size: 23552 | Author: 钟祖豪 | Hits:

[matlab通信原理HUFFMAN编码

Description: 一个通信原理实验,huffman编码的实现过程,并且有详细说明-a communication principle experiment, the realization of Huffman coding process, and is described in detail
Platform: | Size: 1024 | Author: 刘云 | Hits:

[Other产生huffman编码

Description: huffman产生哈夫曼编码的源代码. ... generate huffman code //i present the i th code, j present from leaf to root in huffman tree //hfdata ... 第3 楼 一种思想。-Huffman coding produce the source code. Generate Huffman code ...// i present the i th code, j present from leaf to root in Huffman tree// ... hfdata first floor of a three ideas.
Platform: | Size: 1024 | Author: yl | Hits:

[OtherHuffman文件压缩与解压

Description: 用Huffman编码完成的文件压缩与解压-Huffman coding used to complete the document compression and decompression
Platform: | Size: 10240 | Author: 楚随风 | Hits:

[2D GraphicHuffman编码的算法及其实现。

Description: Huffman编码的算法及其实现。 这是一个实验报告,请采纳!-Huffman coding algorithm and its implementation. This is an experiment report, adopted!
Platform: | Size: 5120 | Author: fad | Hits:

[Other统计英文文章的字符个数并huffman编码

Description: a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffman coding; Requirements : Every character in the output of the number and the code for which the minimum requirement of the right to use Heap; B) Summary of design : the procedures used by the data nodes the tree structure and linear form, the algorithm used by the main sculpture, in order Huffman algorithm.
Platform: | Size: 3072 | Author: 李韦纬 | Hits:

[Data structsHuffman程序

Description: 为得到使电文总长最短的二进制前缀编码,则以n种字符出现的频率作权,设计一棵Huffman树,求出给定权值的字符对应的Huffman编码。-enable the message to be chief of the shortest prefix binary coding, while the n characters of frequencies for the right to design a Huffman tree, obtained the right to set the value of the characters in the corresponding Huffman coding.
Platform: | Size: 9216 | Author: 张磊 | Hits:

[OtherHuffman解码编码

Description: 使用vc++编写的一个实现huffman编码的程序,适用于数据结构中二叉树的相关程序设计-vc prepared by the use of a realization Huffman coding procedures applicable to the binary tree data structure of the design process
Platform: | Size: 619520 | Author: yhl | Hits:

[matlabPCM_HUNFFMAN

Description: 模拟信号数字化的PCM量化以及哈夫曼编码-analog signal to the PCM digital quantification and Huffman coding
Platform: | Size: 5120 | Author: mentos | Hits:

[Compress-Decompress algrithmsHuffman(UsingC++)

Description: 本程序使用8种不同的方式实现了Huffman编码算法,使用Visual Studio .NET(建议使用VS .NET 2003或以上版本)打开Huffman.sln,编译生成并运行huffman.exe即可。-the procedures used eight different ways to achieve the Huffman coding algorithm, use Visual Studio.NET (recommended VS.NET 2003 or later) with open Huffman.sln, compile and run huffman.exe generation can be.
Platform: | Size: 67584 | Author: 林铭 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net